home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 114
/
Vol 114.iso
/
games
/
beat_the.swf
/
scripts
/
DefineSprite_43
/
frame_5
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-08-12
|
221 b
|
11 lines
this.onEnterFrame = function()
{
var _loc1_ = _root.getBytesLoaded() / _root.getBytesTotal();
this.loadingbar_mc._width = _loc1_ * 178;
if(_loc1_ > 0.99)
{
this._parent.play();
}
};
stop();